func regexp.quote
3 uses
regexp (current package)
regexp.go#L317: panic(`regexp: Compile(` + quote(str) + `): ` + err.Error())
regexp.go#L328: panic(`regexp: CompilePOSIX(` + quote(str) + `): ` + err.Error())
regexp.go#L333: func quote(s string) string {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)